projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbc4287
)
(select-frame-set-input-focus): Call x-focus-frame also
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 10 Feb 2006 08:19:36 +0000
(08:19 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Fri, 10 Feb 2006 08:19:36 +0000
(08:19 +0000)
when window-system is mac.
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 5e6451dccacf29bc6a6d270d5d287dcd934f4294..8437475dfd608ffe40cf005f05ab73e6bbcae7b0 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-695,7
+695,7
@@
automatically."
(select-frame frame)
(raise-frame frame)
;; Ensure, if possible, that frame gets input focus.
- (cond ((
eq window-system 'x
)
+ (cond ((
memq window-system '(x mac)
)
(x-focus-frame frame))
((eq window-system 'w32)
(w32-focus-frame frame)))